home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / doom / axxwar_1.zip / AUTOEXEC.CFG next >
Text File  |  1997-03-13  |  4KB  |  128 lines

  1. // AxxWars Script v1.0
  2.  
  3. +mlook
  4.  
  5. deathmatch 1
  6. teamplay 0
  7. skill 1
  8. hostname AxxSrv
  9.  
  10. bind MOUSE1     "+attack"
  11. bind MOUSE3     "impulse 23"
  12. bind MOUSE2     "impulse 255"
  13.  
  14. bind "CTRL"    "impulse 255"
  15. bind "ALT"    "+attack"
  16. bind "UPARROW"     "+forward"
  17. bind "DOWNARROW" "+back"
  18. bind "LEFTARROW" "+left"
  19. bind "RIGHTARROW" "+right"
  20.  
  21. bind q        "+left"            // Turn left            
  22. bind w        "+forward"        // Walk forward
  23. bind e        "+right"          // Turn right    
  24. bind r         "+moveup"        // Move Up
  25. bind t         "impulse 22"         // Throw pipebomb
  26. bind y         "impulse 66"        // Answer Yes
  27. //   u         
  28. Bind i         "impulse 27"        // Fragreport
  29. Bind o         "impulse 170"        // Bot Score
  30. Bind p         "impulse 99"        // Feign Death
  31. Bind [         "impulse 115"        // Skin Down 
  32. Bind ]         "impulse 114"        // Skin Up 
  33.  
  34. bind a        "+moveleft"         // Walk left
  35. bind s        "+back"            // Walk back
  36. bind d        "+moveright"        // Walk right        
  37. bind g         "impulse 23"        // Detonate pipebombs
  38. bind f         "+movedown"        // Move Down
  39. bind h         "impulse 31"        // Hologram
  40. bind j         "impulse 20"        // Join Game
  41. bind k         "impulse 26"        // Guided Missile    
  42. bind l         "impulse 24"        // Fire flare
  43. //   ;
  44. bind '         "impulse 18"          // Set Flag
  45.  
  46. bind SHIFT     "impulse 25"        // Fire AirFist
  47. bind z         "impulse 28"        // Zoom View In
  48. bind x         "impulse 29"        // Reset View    
  49. bind c         "impulse 30"        // Zoom View Out
  50. bind v         "impulse 201"        // CameraView
  51. //   b         
  52. bind n         "impulse 67"        // Answer No 
  53. bind m         "impulse 21"        // Proximity Mines
  54. //   ,
  55. //   .        
  56. bind /         "impulse 166"        // Spawn bot
  57.  
  58. bind ALT     "+attack"
  59. bind SPACE     "+jump"
  60.  
  61. bind INS     "impulse 80"        // Limit 
  62. bind HOME     "impulse 81"        // Unlimit
  63.  
  64. // Cujo Setup
  65. alias CUJO     "impulse 130"         // Summon Cujo
  66. alias CUJOHERE    "impulse 134"         // Teleport Cujo
  67. alias CUJOLIGHT    "impulse 135"         // Light up Cujo
  68. alias CUJOSTAT    "impulse 136"         // Status report
  69. alias CUJOKILL    "impulse 137"         // Let Cujo attack, or call off attack
  70. alias CUJOVIEW    "impulse 133"         // Cujo view
  71. alias CUJOSTAY    "impulse 132"         // Let Cujo stay or roam
  72.  
  73. // Admin setup
  74.  
  75. // Enable admin
  76. bind * "impulse 64 ; wait ; impulse 70 ; wait ; impulse 73 ; " 
  77.  
  78. // Set Level
  79. alias START         "impulse 50"    // Return to level Start
  80. alias DM1        "impulse 51"    // Select Level Dm1
  81. alias DM2         "impulse 52"    // Select Level Dm2
  82. alias DM3        "impulse 53"    // Select Level Dm3
  83. alias DM4        "impulse 54"    // Select Level Dm4    
  84. alias DM5        "impulse 55"    // Select Level Dm5
  85. alias DM6         "impulse 56"    // Select Level Dm6
  86. alias NEXTLVL        "impulse 57"    // Next Level
  87.  
  88. alias CKIL        "impulse 97"    // CamperKiller on/off
  89. alias RAND        "impulse 82"    // Randomize Item respawn on/off
  90. alias REAL        "impulse 83"    // Turn jamming of weapons on/off
  91.  
  92. alias GRAVINC         "impulse 58"    // Increase Gravity    
  93. alias GRAVDEC        "impulse 59"    // Decrease Gravity
  94. alias FRICINC        "impulse 68"    // Increase Friction    
  95. alias FRICDEC        "impulse 69"    // Decrease Friction
  96.  
  97. // Change deathmatch options
  98. alias NOEXIT         "impulse 60"    // No Exit
  99. alias DM        "impulse 61"    // Deathmatch mode
  100. alias TEAM        "impulse 62"    // Teamplay mode
  101. alias COOP        "impulse 63"     // Cooperative mode    
  102.  
  103. alias IT        "impulse 84"    // It! Mode
  104. alias TI        "impulse 85"    // Ti! Mode
  105. alias QTI        "impulse 86"    // QuakeTi! Mode
  106. alias CTF        "impulse 87"    // Capture the Flag mode
  107. alias KOH        "impulse 88"    // King of the Hill mode
  108. alias HH        "impulse 89"    // HeadHunt mode
  109.  
  110. alias CLEAR         "impulse 17"    // Remove Hill and Flags
  111.  
  112. alias KICK         "impulse 65"    // Kick player
  113.  
  114. // Cheats
  115. bind 9             "impulse 9"        // Weapon Cheat
  116. alias QUAD         "impulse 76"        // Quad damage
  117. alias OBSV        "impulse 98"        // Observer 
  118. alias FRIEND        "impulse 74"         // Bots are Friendly
  119.  
  120. // ** also impulse 97 and 98, prompt for fraglimit and timelimit, respectively
  121. // ** the next impulse sent will be the new limit for that var.
  122. // ** so, impulse 97, followed by impulse 30 would set fraglimit to 30.
  123. // ** also impulse 99 will show impulse menu for admins
  124.  
  125.  
  126.  
  127.  
  128.